%--------------------------------------------------------------------- % A formal theory of cooperative TU-games in PVS 4.2 % % Author: Erik Martin-Dorel, % University Montpellier 2 & University of Perpignan % % THEORY tu_game[U] % % Version 1.0 2009/05/06 Initial version % Version 1.1 2009/05/10 Identifiers renamed % Version 1.2 2009/05/14 COV_core proved % Version 1.3 2009/10/03 Universal quantifiers merged % % This work has been done at the University of Perpignan % within the Master's Thesis, under the supervision of % Marc Daumas and Annick Truffert, with the help of Michel Ventou % % This library is available under GNU Lesser General Public License, % either version 3 of the Licence, or any later version (cf. infra) %---------------------------------------------------------------------
s: VAR solution_concept
a_test: LEMMA subset?(s(g), setFP(g)) % and this FOR ALL game g.
% Thanks to the equivalence between % [[t_1,...,t_n] -> t] and [t_1,...,t_n -> t], % our definition of "tu_game" as a tuple type makes % the functions defined on it very handy to use.
test_param: LEMMA s(g) = s(g`1, g`2)
%-------------------------------- % Predicates on solution_concept: %--------------------------------
%--------------------------------------------------------------------- % License for use and distribution % % Copyright (C) 2009 Erik Martin-Dorel. % % GNU LGPL information: % --------------------- % % This library is free software: you can redistribute it and/or % modify it under the terms of the GNU Lesser General Public License % as published by the Free Software Foundation, either version 3 of % the License, or (at your option) any later version. % % This library is distributed in the hope that it will be useful, % but WITHOUT ANY WARRANTY; without even the implied warranty of % MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the % GNU General Public License for more details. % % You should have received a copy of the GNU Lesser General Public % License along with this library. % If not, see <http://www.gnu.org/licenses/>. %---------------------------------------------------------------------
¤ Dauer der Verarbeitung: 0.0 Sekunden
(vorverarbeitet)
¤
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung ist noch experimentell.