Skip to content

Commit

Permalink
V1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
himeinhardt committed May 10, 2023
1 parent 185a204 commit c11cf49
Show file tree
Hide file tree
Showing 386 changed files with 83,896 additions and 212,144 deletions.
20 changes: 20 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,26 @@

Version 3.1.1

1. Modification

Adding the new functions:

ProductGame, ProbabilityGame, HarsanyiValue, ShapAirProb, TauValAirProb, NucAirProb.

Version 3.1.2

1. Revision

Update of the Documentation references pages.

2. Modification

Adding the new functions:

AirportProblem.

3. Bug Fixes

Fixing Bug in ProductGame and KernelCalculation.

Some minor bug fixes and code revision.
18 changes: 18 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -359,3 +359,21 @@ Adding the new functions:
* `ShapAirProb[]` calculates the Shapley value from an airport cost allocation problem.
* `TauValAirProb[]` calculates the Tau value from an airport cost allocation problem.
* `NucAirProb[]` calculates the nucleolus from an airport cost allocation problem.

### Version 3.1.2

#### 1. Revision

Update of the Documentation references pages.

#### 2. Modification

Adding the new functions:

* `AirportProblem[]` computes from a from an airport cost allocation problem the associated cost game.

#### 3. Bug Fixes

Fixing Bug in `ProductGame[]`, `KernelCalculation[]`.

Some minor bug fixes and code revision.
Loading

0 comments on commit c11cf49

Please sign in to comment.