Skip to content

Commit

Permalink
update table description and closes #279
Browse files Browse the repository at this point in the history
  • Loading branch information
mmschlk authored Nov 18, 2024
1 parent 49fa949 commit 91b9c76
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/source/notebooks/sv_calculation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -62,15 +62,15 @@
"| Coalition | Quality |\n",
"|-----------------------|---------|\n",
"| {no cook} | 0 |\n",
"| {Alice} | 2 |\n",
"| {Alice} | 4 |\n",
"| {Bob} | 3 |\n",
"| {Charlie} | 4 |\n",
"| {Alice, Bob} | 7 |\n",
"| {Charlie} | 2 |\n",
"| {Alice, Bob} | 9 |\n",
"| {Alice, Charlie} | 8 |\n",
"| {Bob, Charlie} | 9 |\n",
"| {Bob, Charlie} | 7 |\n",
"| {Alice, Bob, Charlie} | 15 |\n",
"\n",
"For example, the coalition {Alice, Bob} has a quality of 7, while the coalition {Alice, Bob, Charlie} has a quality of 15.\n",
"For example, the coalition {Alice, Bob} has a quality of 9, while the coalition {Alice, Bob, Charlie} has a quality of 15.\n",
"If no cooks participate, the quality of the meal is 0 and no meal is prepared.\n",
"\n",
"We can easily model this general form of a cooperative game with `shapiq` by defining a class that inherits from the `shapiq.Game` class.\n",
Expand Down

0 comments on commit 91b9c76

Please sign in to comment.