Skip to content

Commit

Permalink
v3.1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
himeinhardt committed May 13, 2023
1 parent 9e37441 commit a766813
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ the binaries using the following compiler flags

MLFLAGS = -lML64i4 -lpthread -lrt -luuid -ldl

See also my post at
See also our post at

http://mathematica.stackexchange.com/questions/59660/any-packages-for-vertex-enumeration-on-mathematica

Expand Down
4 changes: 2 additions & 2 deletions README.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 12.0 - 13.2.0](https://img.shields.io/badge/Mathematica-12.0_--_13.2.0-brightgreen.svg)](#compatibility)
[![Mathematica 12.0 - 13.2.1](https://img.shields.io/badge/Mathematica-12.0_--_13.2.1-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
Expand Down Expand Up @@ -100,7 +100,7 @@ the binaries using the following compiler flags
MLFLAGS = -lML64i4 -lpthread -lrt -luuid -ldl
```

See also my post at
See also our post at

[Vertex Enum](http://mathematica.stackexchange.com/questions/59660/any-packages-for-vertex-enumeration-on-mathematica)

Expand Down
17 changes: 17 additions & 0 deletions TuGames.wl
Original file line number Diff line number Diff line change
Expand Up @@ -398,6 +398,23 @@ Off[General::obspkg];
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 related to the Harsanyi dividends in ProductGame and KernelCalculation related to missing output.
Some minor bug fixes and code revision.
*)

Expand Down

0 comments on commit a766813

Please sign in to comment.