Skip to content

Commit

Permalink
V3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
himeinhardt committed Mar 26, 2022
1 parent 8d74ec0 commit 2c0685e
Show file tree
Hide file tree
Showing 404 changed files with 884,936 additions and 309,508 deletions.
20 changes: 0 additions & 20 deletions .zenodo.json

This file was deleted.

35 changes: 35 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -307,3 +307,38 @@
Improving the performance of PreKernelSolution.

Some minor bug fixes and code revision.



Version 3.0.3:

1. Revision
Functions usage documentation.

2. Modification

2.1 Adding the new functions:
- VetoRichPlayers[] determining the set of veto players.
- DecomposeInPositiveGames[] decomposes a TU game into positive games, i.e., convex games.
- AvConcaveQ[] checking if the game is average-concave.
- AverageConcaveQ[] checking if the game is average-concave.
- AlmostAverageConvexQ[] checking if the game is almost average-convex.
- AlmostAverageConcaveQ[] checking if the game is almost average-concave.
- PositiveGameQ[] checking if the game is positive, i.e., convex.
- SemiConvexQ[] checking if the game is semi-convex.



3. Bug Fixes

Fixing Bug in AnimationKernelProperty2d with the FigureSize option in Manipulate.

Fixing an issue in ModifiedNucleolus and ModifiedKernel w.r.t. the boundary Infinity, which was replaced by 1000*v[T].

Some minor bug fixes and code revision.

Version 3.1.0:

1. Revision

Update of the Documentation references pages and adjustment to the paclet system of Mathematica Version 13.0.
34 changes: 33 additions & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[![GitHub (pre-)release](https://img.shields.io/github/release/himeinhardt/TuGames/all.svg)](https://github.com/himeinhardt/TuGames/releases)
[![Mathematica 8.0 - 12.3.1](https://img.shields.io/badge/Mathematica-8.0_--_12.3.1-brightgreen.svg)](#compatibility)
[![Mathematica 8.0 - 13.0.1](https://img.shields.io/badge/Mathematica-8.0_--_13.0.1-brightgreen.svg)](#compatibility)
[![license MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/himeinhardt/TuGames/blob/master/LICENSE.md)
# :Title: TuGames
## :Version History:
Expand Down Expand Up @@ -314,3 +314,35 @@ Improving the performance of `PreKernelSolution`.
Some minor bug fixes and code revision.


### Version 3.0.3

#### 1. Revision
Functions usage documentation.

#### 2. Modification

Adding the new functions:

* `VetoRichPlayers[]` determining the set of veto players.
* `DecomposeInPositiveGames[]` decomposes a TU game into positive games, i.e., convex games.
* `AvConcaveQ[]` checking if the game is average-concave.
* `AverageConcaveQ[]` checking if the game is average-concave.
* `AlmostAverageConvexQ[]` checking if the game is almost average-convex.
* `AlmostAverageConcaveQ[]` checking if the game is almost average-concave.
* `PositiveGameQ[]` checking if the game is positive, i.e., convex.
* `SemiConvexQ[]` checking if the game is semi-convex.


#### 3. Bug Fixes

Fixing Bug in `AnimationKernelProperty2d[]` with the `FigureSize` option in `Manipulate[]`.

Fixing an issue in `ModifiedNucleolus[]` and `ModifiedKernel[]` w.r.t. the boundary `Infinity`, which was replaced by `1000*v[T]`.

Some minor bug fixes and code revision.

### Version 3.1.0

#### 1. Revision

Update of the Documentation references pages and adjustment to the paclet system of Mathematica Version 13.0.
Loading

0 comments on commit 2c0685e

Please sign in to comment.