Skip to content

Commit

Permalink
V3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
himeinhardt committed Oct 2, 2021
1 parent 3727338 commit 5983b5a
Show file tree
Hide file tree
Showing 8 changed files with 3,109 additions and 1,616 deletions.
39 changes: 39 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -242,3 +242,42 @@
ConvexQ[], ConcaveQ[], Nuc1convex[].

Minor Bug fixes and code revision.

Version 3.0.0

Not anymore backward compatible to Mathemaitca versions smaller than 12 due to the port
to the new collection of algorithms for solving convex problems introduced in version 12.

ConstrainedMax/ConstrainedMin and LinearProgramming/DualLinearProgramming are replaced by LinearOptimization.

This replacement has been conducted for the following functions:

Nucleolus -- Part of CooperativeGames. Function originally written by M. Carter.
LeastCoreAux -- Part of CooperativeGames. Function originally written by M. Carter.
ModifiedNucleolus -- Part of TuGames.
ModifiedKernel -- Part of TuGames.
PreNucleolus -- Part of TuGames.
LexiCenter -- Part of TuGames.
Modiclus -- Part of TuGames.
IsModiclusQ -- Part of TuGames.
Kernel -- Part of TuGames.
KernelCalculations -- Part of TuGames.
BalancedInequalityQ -- Part of TuGames.
BalancedCollcetionQ -- Part of TuGames.
EpsCore -- Part of TuGames.
FirstCriticalVal -- Part of TuGames.
DeltaLP -- Part of TuGames.
FeasibleConstraints -- Part of TuGames.
KernelVertices -- Part of TuGames.
SolvePrimal -- Part of TuGamesAux.
SolveDual -- Part of TuGamesAux.
BalancedSystemQ -- Part of TuGamesAux.
ParaModiclus -- Part of ParaTuGames.
ParaIsModiclus -- Part of ParaTuGames.

New added functions are:
WeaklyBalancedCollcetionQ -- Part of TuGames.
WeaklyBalancedSystemQ -- Part of TuGamesAux.


The function WeaklyBalancedCollcetionQ replaces WeaklyBalancedSelectionQ, the latter will be deprecated in a future version.
39 changes: 39 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -262,3 +262,42 @@
ConvexQ[], ConcaveQ[], Nuc1convex[].

Minor Bug fixes and code revision.

### Version 3.0.0

Not anymore backward compatible to Mathemaitca versions smaller than 12 due to the port
to the new collection of algorithms for solving convex problems introduced in version 12.

ConstrainedMax/ConstrainedMin and LinearProgramming/DualLinearProgramming are replaced by LinearOptimization.

This replacement has been conducted for the following functions:

Nucleolus -- Part of CooperativeGames. Function originally written by M. Carter.
LeastCoreAux -- Part of CooperativeGames. Function originally written by M. Carter.
ModifiedNucleolus -- Part of TuGames.
ModifiedKernel -- Part of TuGames.
PreNucleolus -- Part of TuGames.
LexiCenter -- Part of TuGames.
Modiclus -- Part of TuGames.
IsModiclusQ -- Part of TuGames.
Kernel -- Part of TuGames.
KernelCalculations -- Part of TuGames.
BalancedInequalityQ -- Part of TuGames.
BalancedCollcetionQ -- Part of TuGames.
EpsCore -- Part of TuGames.
FirstCriticalVal -- Part of TuGames.
DeltaLP -- Part of TuGames.
FeasibleConstraints -- Part of TuGames.
KernelVertices -- Part of TuGames.
SolvePrimal -- Part of TuGamesAux.
SolveDual -- Part of TuGamesAux.
BalancedSystemQ -- Part of TuGamesAux.
ParaModiclus -- Part of ParaTuGames.
ParaIsModiclus -- Part of ParaTuGames.

New added functions are:
WeaklyBalancedCollcetionQ -- Part of TuGames.
WeaklyBalancedSystemQ -- Part of TuGamesAux.


The function WeaklyBalancedCollcetionQ replaces WeaklyBalancedSelectionQ, the latter will be deprecated in a future version.
Loading

0 comments on commit 5983b5a

Please sign in to comment.