Skip to content

Commit

Permalink
v1.9.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
himeinhardt committed Jul 3, 2021
1 parent 94ecf36 commit 74002f4
Show file tree
Hide file tree
Showing 184 changed files with 1,087 additions and 183 deletions.
7 changes: 6 additions & 1 deletion mama/tug_AdjustedWorthVectors.m
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
% Date Version Programmer
% ====================================================
% 03/06/2011 0.1 beta hme
% 07/02/2021 1.9 hme
%

% Here we assume that the user has represented the game correctly.
Expand Down Expand Up @@ -46,7 +47,11 @@
math('quit')
pause(1)
math('$Version')
math('{Needs["coop`CooperativeGames`"],Needs["VertexEnum`"],Needs["TuGames`"],Needs["TuGamesAux`"] }');
try
math('{Needs["TUG`"] }');
catch
math('{Needs["coop`CooperativeGames`"],Needs["VertexEnum`"],Needs["TuGames`"],Needs["TuGamesAux`"] }');
end
disp('Passing Game to Mathematica ...')
w=gameToMama(v);
math('matlab2math','mg1',w);
Expand Down
7 changes: 6 additions & 1 deletion mama/tug_AllAntiSurpluses.m
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
% Date Version Programmer
% ====================================================
% 03/06/2011 0.1 beta hme
% 07/02/2021 1.9 hme
%

% Here we assume that the user has represented the game correctly.
Expand Down Expand Up @@ -47,7 +48,11 @@
math('quit')
pause(1)
math('$Version')
math('{Needs["coop`CooperativeGames`"],Needs["VertexEnum`"],Needs["TuGames`"],Needs["TuGamesAux`"] }');
try
math('{Needs["TUG`"] }');
catch
math('{Needs["coop`CooperativeGames`"],Needs["VertexEnum`"],Needs["TuGames`"],Needs["TuGamesAux`"] }');
end
disp('Passing Game to Mathematica ...')
w=gameToMama(v);
math('matlab2math','mg1',w);
Expand Down
7 changes: 6 additions & 1 deletion mama/tug_AllMaxSurpluses.m
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
% Date Version Programmer
% ====================================================
% 03/06/2011 0.1 beta hme
% 07/02/2021 1.9 hme
%

% Here we assume that the user has represented the game correctly.
Expand Down Expand Up @@ -50,7 +51,11 @@
math('quit')
pause(1)
math('$Version')
math('{Needs["coop`CooperativeGames`"],Needs["VertexEnum`"],Needs["TuGames`"],Needs["TuGamesAux`"] }');
try
math('{Needs["TUG`"] }');
catch
math('{Needs["coop`CooperativeGames`"],Needs["VertexEnum`"],Needs["TuGames`"],Needs["TuGamesAux`"] }');
end
disp('Passing Game to Mathematica ...')
w=gameToMama(v);
math('matlab2math','mg1',w);
Expand Down
7 changes: 6 additions & 1 deletion mama/tug_AntiPreKernel.m
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
% Date Version Programmer
% ====================================================
% 03/06/2011 0.1 beta hme
% 07/02/2021 1.9 hme
%

% Here we assume that the user has represented the game correctly.
Expand Down Expand Up @@ -49,7 +50,11 @@
math('quit')
pause(1)
math('$Version')
math('{Needs["coop`CooperativeGames`"],Needs["VertexEnum`"],Needs["TuGames`"],Needs["TuGamesAux`"] }');
try
math('{Needs["TUG`"] }');
catch
math('{Needs["coop`CooperativeGames`"],Needs["VertexEnum`"],Needs["TuGames`"],Needs["TuGamesAux`"] }');
end
disp('Passing Game to Mathematica ...')
w=gameToMama(v);
math('matlab2math','mg1',w);
Expand Down
7 changes: 6 additions & 1 deletion mama/tug_AntiPreKernelQ.m
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
% Date Version Programmer
% ====================================================
% 03/06/2011 0.1 beta hme
% 07/02/2021 1.9 hme
%

% Here we assume that the user has represented the game correctly.
Expand Down Expand Up @@ -45,7 +46,11 @@
math('quit')
pause(1)
math('$Version')
math('{Needs["coop`CooperativeGames`"],Needs["VertexEnum`"],Needs["TuGames`"],Needs["TuGamesAux`"] }');
try
math('{Needs["TUG`"] }');
catch
math('{Needs["coop`CooperativeGames`"],Needs["VertexEnum`"],Needs["TuGames`"],Needs["TuGamesAux`"] }');
end
disp('Passing Game to Mathematica ...')
w=gameToMama(v);
math('matlab2math','mg1',w);
Expand Down
7 changes: 6 additions & 1 deletion mama/tug_AvConvexQ.m
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
% Date Version Programmer
% ====================================================
% 03/08/2011 0.1 beta hme
% 07/02/2021 1.9 hme
%

if nargin<1
Expand All @@ -45,7 +46,11 @@
math('quit')
pause(1)
math('$Version')
math('{Needs["coop`CooperativeGames`"],Needs["VertexEnum`"],Needs["TuGames`"],Needs["TuGamesAux`"] }');
try
math('{Needs["TUG`"] }');
catch
math('{Needs["coop`CooperativeGames`"],Needs["VertexEnum`"],Needs["TuGames`"],Needs["TuGamesAux`"] }');
end
disp('Passing Game to Mathematica ...')
w=gameToMama(v);
math('matlab2math','mg1',w);
Expand Down
7 changes: 6 additions & 1 deletion mama/tug_AverageConvexQ.m
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
% Date Version Programmer
% ====================================================
% 03/08/2011 0.1 beta hme
% 07/02/2021 1.9 hme
%

if nargin<1
Expand All @@ -43,7 +44,11 @@
math('quit')
pause(1)
math('$Version')
math('{Needs["coop`CooperativeGames`"],Needs["VertexEnum`"],Needs["TuGames`"],Needs["TuGamesAux`"] }');
try
math('{Needs["TUG`"] }');
catch
math('{Needs["coop`CooperativeGames`"],Needs["VertexEnum`"],Needs["TuGames`"],Needs["TuGamesAux`"] }');
end
disp('Passing Game to Mathematica ...')
w=gameToMama(v);
math('matlab2math','mg1',w);
Expand Down
7 changes: 6 additions & 1 deletion mama/tug_BalancedKSelectionQ.m
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
% Date Version Programmer
% ====================================================
% 03/06/2011 0.1 beta hme
% 07/02/2021 1.9 hme
%

% Here we assume that the user has represented the game correctly.
Expand Down Expand Up @@ -56,7 +57,11 @@
math('quit')
pause(1)
math('$Version')
math('{Needs["coop`CooperativeGames`"],Needs["VertexEnum`"],Needs["TuGames`"],Needs["TuGamesAux`"] }');
try
math('{Needs["TUG`"] }');
catch
math('{Needs["coop`CooperativeGames`"],Needs["VertexEnum`"],Needs["TuGames`"],Needs["TuGamesAux`"] }');
end
disp('Passing Game to Mathematica ...')
w=gameToMama(v);
math('matlab2math','mg1',w);
Expand Down
7 changes: 6 additions & 1 deletion mama/tug_BalancedSelectionQ.m
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
% Date Version Programmer
% ====================================================
% 03/06/2011 0.1 beta hme
% 07/02/2021 1.9 hme
%

% Here we assume that the user has represented the game correctly.
Expand Down Expand Up @@ -46,7 +47,11 @@
math('quit')
pause(1)
math('$Version')
math('{Needs["coop`CooperativeGames`"],Needs["VertexEnum`"],Needs["TuGames`"],Needs["TuGamesAux`"] }');
try
math('{Needs["TUG`"] }');
catch
math('{Needs["coop`CooperativeGames`"],Needs["VertexEnum`"],Needs["TuGames`"],Needs["TuGamesAux`"] }');
end
disp('Passing Game to Mathematica ...')
w=gameToMama(v);
math('matlab2math','mg1',w);
Expand Down
7 changes: 6 additions & 1 deletion mama/tug_Bankruptcy.m
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
% Date Version Programmer
% ====================================================
% 03/06/2011 0.1 beta hme
% 07/02/2021 1.9 hme
%

% Here we assume that the user has represented the game correctly.
Expand All @@ -40,7 +41,11 @@
math('quit')
pause(1)
math('$Version')
math('{Needs["coop`CooperativeGames`"],Needs["VertexEnum`"],Needs["TuGames`"],Needs["TuGamesAux`"] }');
try
math('{Needs["TUG`"] }');
catch
math('{Needs["coop`CooperativeGames`"],Needs["VertexEnum`"],Needs["TuGames`"],Needs["TuGamesAux`"] }');
end
disp('Passing Bankruptcy Situation to Mathematica ...')
math('matlab2math','est',E);
math('est1=Flatten[est,1][[1]]');
Expand Down
7 changes: 6 additions & 1 deletion mama/tug_BelongToCoreQ.m
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
% Date Version Programmer
% ====================================================
% 03/08/2011 0.1 beta hme
% 07/02/2021 1.9 hme
%


Expand Down Expand Up @@ -48,7 +49,11 @@
math('quit')
pause(1)
math('$Version')
math('{Needs["coop`CooperativeGames`"],Needs["VertexEnum`"],Needs["TuGames`"],Needs["TuGamesAux`"] }');
try
math('{Needs["TUG`"] }');
catch
math('{Needs["coop`CooperativeGames`"],Needs["VertexEnum`"],Needs["TuGames`"],Needs["TuGamesAux`"] }');
end
disp('Passing Game to Mathematica ...')
w=gameToMama(v);
math('matlab2math','mg1',w);
Expand Down
7 changes: 6 additions & 1 deletion mama/tug_BestCoalToMatrix.m
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
% Date Version Programmer
% ====================================================
% 03/06/2011 0.1 beta hme
% 07/02/2021 1.9 hme
%

% Here we assume that the user has represented the game correctly.
Expand Down Expand Up @@ -52,7 +53,11 @@
math('quit')
pause(1)
math('$Version')
math('{Needs["coop`CooperativeGames`"],Needs["VertexEnum`"],Needs["TuGames`"],Needs["TuGamesAux`"] }');
try
math('{Needs["TUG`"] }');
catch
math('{Needs["coop`CooperativeGames`"],Needs["VertexEnum`"],Needs["TuGames`"],Needs["TuGamesAux`"] }');
end
disp('Passing Game to Mathematica ...')
w=gameToMama(v);
math('matlab2math','mg1',w);
Expand Down
7 changes: 6 additions & 1 deletion mama/tug_Bsc.m
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
% Date Version Programmer
% ====================================================
% 03/06/2011 0.1 beta hme
% 07/02/2021 1.9 hme
%

% Here we assume that the user has represented the game correctly.
Expand Down Expand Up @@ -51,7 +52,11 @@
math('quit')
pause(1)
math('$Version')
math('{Needs["coop`CooperativeGames`"],Needs["VertexEnum`"],Needs["TuGames`"],Needs["TuGamesAux`"] }');
try
math('{Needs["TUG`"] }');
catch
math('{Needs["coop`CooperativeGames`"],Needs["VertexEnum`"],Needs["TuGames`"],Needs["TuGamesAux`"] }');
end
disp('Passing Game to Mathematica ...')
w=gameToMama(v);
math('matlab2math','mg1',w);
Expand Down
7 changes: 6 additions & 1 deletion mama/tug_CddGmpVerticesCore.m
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
% Date Version Programmer
% ====================================================
% 03/06/2011 0.1 beta hme
% 07/02/2021 1.9 hme
%

% Here we assume that the user has represented the game correctly.
Expand All @@ -50,7 +51,11 @@
math('quit')
pause(1)
math('$Version')
math('{Needs["coop`CooperativeGames`"],Needs["VertexEnum`"],Needs["TuGames`"],Needs["TuGamesAux`"] }');
try
math('{Needs["TUG`"] }');
catch
math('{Needs["coop`CooperativeGames`"],Needs["VertexEnum`"],Needs["TuGames`"],Needs["TuGamesAux`"] }');
end
disp('Passing Game to Mathematica ...')
w=gameToMama(v);
math('matlab2math','mg1',w);
Expand Down
7 changes: 6 additions & 1 deletion mama/tug_CharacteristicValues.m
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
% Date Version Programmer
% ====================================================
% 03/06/2011 0.1 beta hme
% 07/02/2021 1.9 hme
%

% Here we assume that the user has represented the game correctly.
Expand Down Expand Up @@ -45,7 +46,11 @@
math('quit')
pause(1)
math('$Version')
math('{Needs["coop`CooperativeGames`"],Needs["VertexEnum`"],Needs["TuGames`"],Needs["TuGamesAux`"] }');
try
math('{Needs["TUG`"] }');
catch
math('{Needs["coop`CooperativeGames`"],Needs["VertexEnum`"],Needs["TuGames`"],Needs["TuGamesAux`"] }');
end
disp('Passing unanimity coordninates to Mathematica ...')
whd=gameToMama(hd);
math('matlab2math','n1',n);
Expand Down
7 changes: 6 additions & 1 deletion mama/tug_Coal2Dec.m
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
% Date Version Programmer
% ====================================================
% 03/06/2011 0.1 beta hme
% 07/02/2021 1.9 hme
%

% Here we assume that the user has represented the game correctly.
Expand All @@ -32,7 +33,11 @@
math('quit')
pause(1)
math('$Version')
math('{Needs["coop`CooperativeGames`"],Needs["VertexEnum`"],Needs["TuGames`"],Needs["TuGamesAux`"] }');
try
math('{Needs["TUG`"] }');
catch
math('{Needs["coop`CooperativeGames`"],Needs["VertexEnum`"],Needs["TuGames`"],Needs["TuGamesAux`"] }');
end
disp('Passing Input to Mathematica ...')
math('matlab2math','n1',n);
math('n1=Flatten[n1,1][[1]]');
Expand Down
7 changes: 6 additions & 1 deletion mama/tug_CollectionBalancedQ.m
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
% Date Version Programmer
% ====================================================
% 03/06/2011 0.1 beta hme
% 07/02/2021 1.9 hme
%

% Here we assume that the user has represented the game correctly.
Expand All @@ -27,7 +28,11 @@
math('quit')
pause(1)
math('$Version')
math('{Needs["coop`CooperativeGames`"],Needs["VertexEnum`"],Needs["TuGames`"],Needs["TuGamesAux`"] }');
try
math('{Needs["TUG`"] }');
catch
math('{Needs["coop`CooperativeGames`"],Needs["VertexEnum`"],Needs["TuGames`"],Needs["TuGamesAux`"] }');
end
math('matlab2math','t',n);
math('t1=Rationalize[Flatten[t,1][[1]]]');
math('T=Range[t1]');
Expand Down
7 changes: 6 additions & 1 deletion mama/tug_CollectionOfDecreasingExcess.m
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
% Date Version Programmer
% ====================================================
% 03/06/2011 0.1 beta hme
% 07/02/2021 1.9 hme
%

% Here we assume that the user has represented the game correctly.
Expand Down Expand Up @@ -47,7 +48,11 @@
math('quit')
pause(1)
math('$Version')
math('{Needs["coop`CooperativeGames`"],Needs["VertexEnum`"],Needs["TuGames`"],Needs["TuGamesAux`"] }');
try
math('{Needs["TUG`"] }');
catch
math('{Needs["coop`CooperativeGames`"],Needs["VertexEnum`"],Needs["TuGames`"],Needs["TuGamesAux`"] }');
end
disp('Passing Game to Mathematica ...')
w=gameToMama(v);
math('matlab2math','mg1',w);
Expand Down
7 changes: 6 additions & 1 deletion mama/tug_Concession.m
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
% Date Version Programmer
% ====================================================
% 03/06/2011 0.1 beta hme
% 07/02/2021 1.9 hme
%

% Here we assume that the user has represented the game correctly.
Expand All @@ -44,7 +45,11 @@
math('quit')
pause(1)
math('$Version')
math('{Needs["coop`CooperativeGames`"],Needs["VertexEnum`"],Needs["TuGames`"],Needs["TuGamesAux`"] }');
try
math('{Needs["TUG`"] }');
catch
math('{Needs["coop`CooperativeGames`"],Needs["VertexEnum`"],Needs["TuGames`"],Needs["TuGamesAux`"] }');
end
disp('Passing Game to Mathematica ...')
w=gameToMama(v);
math('matlab2math','mg1',w);
Expand Down
Loading

0 comments on commit 74002f4

Please sign in to comment.