Skip to content

TuGames Version 2.6.2

Compare
Choose a tag to compare
@himeinhardt himeinhardt released this 02 Oct 16:28
· 29 commits to master since this release

Mathematica 8.0 - 11.3

TUG-2.6.2 is the last version that is backward compatible to Mathematica versions smaller than 12. 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 switch to TUG-3.0.0 or later.

We added new functions:
- AlmostConvexQ[] to check if the game is almost convex.
- AlmostConcaveQ[] to check if the game is almost concave.
- ADMCGameQ[] to check the property if the game satisfies almost diminishing marginal contributions.
- AIMCGameQ[] to check the property if the game satisfies almost increasing marginal contributions.
- kConvexity[] to check if the game is k-convex.
- EANSCValue[] to compute the Equal Allocation of Non-Separable Contribution/Cost value.

Revised functions:
ConvexQ[], ConcaveQ[], Nuc1convex[].